MAKE VECTOR3
This command will create a VECTOR3 data item. Unlike the datatypes you are used to, these datatypes are stored internally and referenced by an index value. The VECTOR3 datatype contains three float values representing X, Y and Z. This datatype is typically used to store 3D world space coordinates.

SYNTAX
Return Integer=MAKE VECTOR3(Vector)

RELATED INFO
3DMATHS Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example